Skip to content

Fix concurrency bugs around TA instance creation and teardown#726

Merged
sangho2 merged 4 commits intomainfrom
sanghle/lvbs/debug
Mar 14, 2026
Merged

Fix concurrency bugs around TA instance creation and teardown#726
sangho2 merged 4 commits intomainfrom
sanghle/lvbs/debug

Conversation

@sangho2
Copy link
Contributor

@sangho2 sangho2 commented Mar 13, 2026

This PR fixes some concurrency bugs around OP-TEE TA instance creation and teardown. Specifically, it prevents multiple cores from concurrently creating a single-instance TA and a race between opening and closing of the same single-instance TA. Additionally, it fixes a session ID leak case.

@sangho2 sangho2 marked this pull request as ready for review March 13, 2026 16:53
Copy link
Member

@wdcui wdcui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the bug fixes.

@sangho2 sangho2 force-pushed the sanghle/lvbs/debug branch from d9e8805 to e6eaaf9 Compare March 14, 2026 23:20
@sangho2 sangho2 enabled auto-merge March 14, 2026 23:21
@github-actions
Copy link

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

@sangho2 sangho2 added this pull request to the merge queue Mar 14, 2026
Merged via the queue into main with commit 437530e Mar 14, 2026
14 checks passed
@sangho2 sangho2 deleted the sanghle/lvbs/debug branch March 14, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants